home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4561 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  817 b 

  1. Path: bcrkh13.bnr.ca!news
  2. From: coopeng <coopeng@bnr.ca>
  3. Newsgroups: comp.lang.c
  4. Subject: SYSTEM CALL in a while loop didn't work
  5. Date: 5 Feb 1996 14:24:50 GMT
  6. Organization: NORTEL
  7. Message-ID: <4f53vi$5uo@bcrkh13.bnr.ca>
  8. NNTP-Posting-Host: bkani3f.bnr.ca
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
  13.  
  14. Hi folks,
  15. I am rubing a 13000 records file in a 3 nested while loop
  16. eg
  17.  
  18. while()
  19.   while()
  20.     */first system call */
  21.     while()/*rubing*/
  22.       strstr()
  23.       */second system call */
  24.  
  25. first system call works, but second doesn't.  If I comment the third while loop then 
  26. second while loop also works.  I shall be thankful if you guys mail me the 
  27. solution as soon as possible.
  28.  
  29. email address : coopeng@bnr.ca
  30. thanks
  31. denesh
  32.  
  33.